home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 June / CHIP Haziran 2001.iso / prog / yerli / 07 / _SETUP.1 / Emlak 2000.exe / 0 / RCDATA / TFORM15 / TFORM15.txt < prev   
Text File  |  1999-02-04  |  6KB  |  317 lines

  1. object Form15: TForm15
  2.   Left = 250
  3.   Top = 53
  4.   BorderStyle = bsNone
  5.   Caption = 'G∩┐╜sterilen Sat∩┐╜l∩┐╜k Emlaklar'
  6.   ClientHeight = 500
  7.   ClientWidth = 400
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Image1: TImage
  19.     Left = 0
  20.     Top = 0
  21.     Width = 400
  22.     Height = 500
  23.     AutoSize = True
  24.     Picture.Data = {<image000.jpg>}
  25.     OnMouseDown = Image1MouseDown
  26.   end
  27.   object Label1: TLabel
  28.     Left = 50
  29.     Top = 120
  30.     Width = 50
  31.     Height = 13
  32.     Caption = 'Ad∩┐╜ Soyad∩┐╜'
  33.     Transparent = True
  34.   end
  35.   object Label2: TLabel
  36.     Left = 50
  37.     Top = 144
  38.     Width = 24
  39.     Height = 13
  40.     Caption = 'Tarih'
  41.     Transparent = True
  42.   end
  43.   object Label3: TLabel
  44.     Left = 50
  45.     Top = 168
  46.     Width = 58
  47.     Height = 13
  48.     Caption = 'Ev Telefonu'
  49.     Transparent = True
  50.   end
  51.   object Label4: TLabel
  52.     Left = 50
  53.     Top = 192
  54.     Width = 53
  55.     Height = 13
  56.     Caption = '∩┐╜∩┐╜ Telefonu'
  57.     Transparent = True
  58.   end
  59.   object Label5: TLabel
  60.     Left = 50
  61.     Top = 216
  62.     Width = 64
  63.     Height = 13
  64.     Caption = 'Cep Telefonu'
  65.     Transparent = True
  66.   end
  67.   object Label6: TLabel
  68.     Left = 50
  69.     Top = 240
  70.     Width = 27
  71.     Height = 13
  72.     Caption = 'Adres'
  73.     Transparent = True
  74.   end
  75.   object Image2: TImage
  76.     Left = 248
  77.     Top = 120
  78.     Width = 97
  79.     Height = 33
  80.     Picture.Data = {<image001.bmp>}
  81.     Stretch = True
  82.   end
  83.   object Image3: TImage
  84.     Left = 248
  85.     Top = 176
  86.     Width = 97
  87.     Height = 33
  88.     Picture.Data = {<image002.bmp>}
  89.     Stretch = True
  90.   end
  91.   object Image4: TImage
  92.     Left = 248
  93.     Top = 120
  94.     Width = 97
  95.     Height = 33
  96.     Picture.Data = {<image003.jpg>}
  97.     Stretch = True
  98.     Visible = False
  99.   end
  100.   object Image5: TImage
  101.     Left = 248
  102.     Top = 176
  103.     Width = 97
  104.     Height = 33
  105.     Picture.Data = {<image004.jpg>}
  106.     Stretch = True
  107.     Visible = False
  108.   end
  109.   object Label7: TLabel
  110.     Left = 253
  111.     Top = 128
  112.     Width = 89
  113.     Height = 22
  114.     Alignment = taCenter
  115.     AutoSize = False
  116.     Caption = 'Liste'
  117.     Font.Charset = DEFAULT_CHARSET
  118.     Font.Color = clLime
  119.     Font.Height = -13
  120.     Font.Name = 'MS Sans Serif'
  121.     Font.Style = [fsBold]
  122.     ParentFont = False
  123.     Transparent = True
  124.     OnMouseDown = Label7MouseDown
  125.     OnMouseUp = Label7MouseUp
  126.   end
  127.   object Label8: TLabel
  128.     Left = 253
  129.     Top = 184
  130.     Width = 89
  131.     Height = 22
  132.     Alignment = taCenter
  133.     AutoSize = False
  134.     Caption = '∩┐╜∩┐╜k∩┐╜∩┐╜'
  135.     Font.Charset = DEFAULT_CHARSET
  136.     Font.Color = clLime
  137.     Font.Height = -13
  138.     Font.Name = 'MS Sans Serif'
  139.     Font.Style = [fsBold]
  140.     ParentFont = False
  141.     Transparent = True
  142.     OnMouseDown = Label8MouseDown
  143.     OnMouseUp = Label8MouseUp
  144.   end
  145.   object DBNavigator1: TDBNavigator
  146.     Left = 36
  147.     Top = 64
  148.     Width = 330
  149.     Height = 18
  150.     DataSource = DataSource1
  151.     TabOrder = 10
  152.   end
  153.   object DBEdit1: TDBEdit
  154.     Left = 120
  155.     Top = 112
  156.     Width = 121
  157.     Height = 21
  158.     DataField = 'AdiSoyadi'
  159.     DataSource = DataSource1
  160.     TabOrder = 0
  161.     OnKeyPress = DBEdit1KeyPress
  162.   end
  163.   object DBEdit2: TDBEdit
  164.     Left = 120
  165.     Top = 136
  166.     Width = 121
  167.     Height = 21
  168.     DataField = 'Tarih'
  169.     DataSource = DataSource1
  170.     TabOrder = 1
  171.     OnKeyPress = DBEdit1KeyPress
  172.   end
  173.   object DBEdit3: TDBEdit
  174.     Left = 120
  175.     Top = 160
  176.     Width = 121
  177.     Height = 21
  178.     DataField = 'Ev Tel'
  179.     DataSource = DataSource1
  180.     MaxLength = 15
  181.     TabOrder = 2
  182.     OnKeyPress = DBEdit1KeyPress
  183.   end
  184.   object DBEdit4: TDBEdit
  185.     Left = 120
  186.     Top = 184
  187.     Width = 121
  188.     Height = 21
  189.     DataField = 'IsTel'
  190.     DataSource = DataSource1
  191.     MaxLength = 15
  192.     TabOrder = 3
  193.     OnKeyPress = DBEdit1KeyPress
  194.   end
  195.   object DBEdit5: TDBEdit
  196.     Left = 120
  197.     Top = 208
  198.     Width = 121
  199.     Height = 21
  200.     DataField = 'Ceptel'
  201.     DataSource = DataSource1
  202.     MaxLength = 15
  203.     TabOrder = 4
  204.     OnKeyPress = DBEdit1KeyPress
  205.   end
  206.   object DBMemo1: TDBMemo
  207.     Left = 120
  208.     Top = 232
  209.     Width = 217
  210.     Height = 25
  211.     DataField = 'Adres'
  212.     DataSource = DataSource1
  213.     TabOrder = 5
  214.     OnKeyPress = DBEdit1KeyPress
  215.   end
  216.   object DBMemo2: TDBMemo
  217.     Left = 64
  218.     Top = 352
  219.     Width = 273
  220.     Height = 25
  221.     DataField = 'G1'
  222.     DataSource = DataSource1
  223.     TabOrder = 6
  224.     OnKeyPress = DBEdit1KeyPress
  225.   end
  226.   object DBMemo3: TDBMemo
  227.     Left = 64
  228.     Top = 380
  229.     Width = 273
  230.     Height = 25
  231.     DataField = 'G2'
  232.     DataSource = DataSource1
  233.     TabOrder = 7
  234.     OnKeyPress = DBEdit1KeyPress
  235.   end
  236.   object DBMemo4: TDBMemo
  237.     Left = 64
  238.     Top = 408
  239.     Width = 273
  240.     Height = 25
  241.     DataField = 'G3'
  242.     DataSource = DataSource1
  243.     TabOrder = 8
  244.     OnKeyPress = DBEdit1KeyPress
  245.   end
  246.   object DBMemo5: TDBMemo
  247.     Left = 64
  248.     Top = 436
  249.     Width = 273
  250.     Height = 25
  251.     DataField = 'G4'
  252.     DataSource = DataSource1
  253.     TabOrder = 9
  254.     OnKeyPress = DBEdit1KeyPress
  255.   end
  256.   object DataSource1: TDataSource
  257.     DataSet = Table1
  258.     Left = 56
  259.     Top = 8
  260.   end
  261.   object Table1: TTable
  262.     Active = True
  263.     AfterPost = Table1AfterPost
  264.     TableName = 'gosterilensd.db'
  265.     Left = 96
  266.     Top = 8
  267.     object Table1AdiSoyadi: TStringField
  268.       FieldName = 'AdiSoyadi'
  269.     end
  270.     object Table1Tarih: TStringField
  271.       FieldName = 'Tarih'
  272.       Size = 10
  273.     end
  274.     object Table1EvTel: TStringField
  275.       FieldName = 'Ev Tel'
  276.       EditMask = '!\(999\) 999-99-99;1;_'
  277.     end
  278.     object Table1IsTel: TStringField
  279.       FieldName = 'IsTel'
  280.       EditMask = '!\(999\) 999-99-99;1;_'
  281.     end
  282.     object Table1Ceptel: TStringField
  283.       FieldName = 'Ceptel'
  284.       EditMask = '!\(999\) 999-99-99;1;_'
  285.     end
  286.     object Table1Adres: TMemoField
  287.       FieldName = 'Adres'
  288.       BlobType = ftMemo
  289.       Size = 50
  290.     end
  291.     object Table1G1: TMemoField
  292.       FieldName = 'G1'
  293.       BlobType = ftMemo
  294.       Size = 50
  295.     end
  296.     object Table1G2: TMemoField
  297.       FieldName = 'G2'
  298.       BlobType = ftMemo
  299.       Size = 50
  300.     end
  301.     object Table1G3: TMemoField
  302.       FieldName = 'G3'
  303.       BlobType = ftMemo
  304.       Size = 50
  305.     end
  306.     object Table1G4: TMemoField
  307.       FieldName = 'G4'
  308.       BlobType = ftMemo
  309.       Size = 50
  310.     end
  311.     object Table1Gosterilensno: TAutoIncField
  312.       FieldName = 'Gosterilensno'
  313.       ReadOnly = True
  314.     end
  315.   end
  316. end
  317.